--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit d599437ea3dff93a4945ab862f2fb14bc64d2023
Parents : fbd2452
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-10-26T21:44:26+02:00
UI cleanup
Changes
Diff
diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py
index 8f6f4f8e..f4b58eb2 100644
--- a/sbapp/ui/layouts.py
+++ b/sbapp/ui/layouts.py
@@ -58,44 +58,44 @@ MDNavigationLayout:
# _no_ripple_effect: True
IconLeftWidget:
- icon: "email"
+ icon: "comment-text-multiple"
on_release: root.ids.screen_manager.app.conversations_action(self)
OneLineIconListItem:
- text: "Announce Stream"
- on_release: root.ids.screen_manager.app.announces_action(self)
+ text: "Situation Map"
+ on_release: root.ids.screen_manager.app.map_action(self)
IconLeftWidget:
- icon: "account-voice"
- on_release: root.ids.screen_manager.app.announces_action(self)
+ icon: "map"
+ on_release: root.ids.screen_manager.app.map_action(self)
OneLineIconListItem:
- text: "Local Broadcasts"
- on_release: root.ids.screen_manager.app.broadcasts_action(self)
+ text: "Telemetry"
+ on_release: root.ids.screen_manager.app.telemetry_action(self)
IconLeftWidget:
- icon: "radio-tower"
- on_release: root.ids.screen_manager.app.broadcasts_action(self)
+ icon: "map-marker-path"
+ on_release: root.ids.screen_manager.app.telemetry_action(self)
OneLineIconListItem:
- text: "Situation Map"
- on_release: root.ids.screen_manager.app.map_action(self)
+ text: "Announce Stream"
+ on_release: root.ids.screen_manager.app.announces_action(self)
IconLeftWidget:
- icon: "map"
- on_release: root.ids.screen_manager.app.map_action(self)
+ icon: "account-voice"
+ on_release: root.ids.screen_manager.app.announces_action(self)
OneLineIconListItem:
- text: "Telemetry"
- on_release: root.ids.screen_manager.app.telemetry_action(self)
+ text: "Local Broadcasts"
+ on_release: root.ids.screen_manager.app.broadcasts_action(self)
IconLeftWidget:
- icon: "map-marker-path"
- on_release: root.ids.screen_manager.app.telemetry_action(self)
+ icon: "radio-tower"
+ on_release: root.ids.screen_manager.app.broadcasts_action(self)
OneLineIconListItem:
@@ -1180,7 +1180,7 @@ MDScreen:
height: dp(48)
MDLabel:
- text: "Always send custom display style"
+ text: "Send display style to everyone"
font_style: "H6"
MDSwitch:
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────